-
Notifications
You must be signed in to change notification settings - Fork 78
Add Local Dashboard Manager for Profilers #2000
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
✅ 51/51 passed, 10 flaky, 3m4s total Flaky tests:
Running from acceptance #2864 |
src/databricks/labs/lakebridge/assessments/dashboards/dashboard_manager.py
Outdated
Show resolved
Hide resolved
src/databricks/labs/lakebridge/assessments/dashboards/dashboard_manager.py
Show resolved
Hide resolved
src/databricks/labs/lakebridge/assessments/dashboards/dashboard_manager.py
Outdated
Show resolved
Hide resolved
src/databricks/labs/lakebridge/assessments/dashboards/dashboard_manager.py
Outdated
Show resolved
Hide resolved
2dcdf50 to
25c1724
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #2000 +/- ##
==========================================
- Coverage 64.55% 64.40% -0.15%
==========================================
Files 96 97 +1
Lines 7953 8052 +99
Branches 826 830 +4
==========================================
+ Hits 5134 5186 +52
- Misses 2640 2686 +46
- Partials 179 180 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…2124) <!-- REMOVE IRRELEVANT COMMENTS BEFORE CREATING A PULL REQUEST --> ## Changes <!-- Summary of your changes that are easy to understand. Add screenshots when necessary, they're helpful to illustrate the before and after state --> ### What does this PR do? Added functionality for uploading the duck db extract to a UC volume ### Relevant implementation details ### Caveats/things to watch out for when reviewing: ### Linked issues <!-- DOC: Link issue with a keyword: close, closes, closed, fix, fixes, fixed, resolve, resolves, resolved. See https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword --> Resolves #.. ### Functionality - [ ] added relevant user documentation - [ ] added new CLI command - [ ] modified existing command: `databricks labs lakebridge ...` - [ ] ... +add your own ### Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> - [ ] manually tested - [x] added unit tests - [ ] added integration tests --------- Co-authored-by: Will Girten <[email protected]> Co-authored-by: sundarshankar89 <[email protected]>
sundarshankar89
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small nits: overall it is almost done.
src/databricks/labs/lakebridge/assessments/dashboards/dashboard_manager.py
Outdated
Show resolved
Hide resolved
src/databricks/labs/lakebridge/assessments/dashboards/dashboard_manager.py
Outdated
Show resolved
Hide resolved
sundarshankar89
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
gueniai
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Changes
What does this PR do?
Relevant implementation details
Caveats/things to watch out for when reviewing:
Linked issues
Functionality
databricks labs lakebridge ...Tests